projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c92f9c
)
(ftfont_open): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Thu, 7 Feb 2008 01:13:18 +0000
(
01:13
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 7 Feb 2008 01:13:18 +0000
(
01:13
+0000)
src/ftfont.c
patch
|
blob
|
history
diff --git
a/src/ftfont.c
b/src/ftfont.c
index cd76c292cd6457ebb771145b15abd2c72227066f..9fb50d3dba348ec41674cd50abf859ddd8fa07ab 100644
(file)
--- a/
src/ftfont.c
+++ b/
src/ftfont.c
@@
-883,7
+883,7
@@
ftfont_open (f, entity, pixel_size)
{
int i;
- font->font.average_width = 0;
+ font->font.average_width =
font->font.space_width =
0;
for (i = 32; i < 127; i++)
{
if (FT_Load_Char (ft_face, i, FT_LOAD_DEFAULT) != 0)